ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Insert Method
The index to which item have to be inserted.
The item to be inserted.

In This Topic
    Insert Method (ItemCollection<T>)
    In This Topic
    Inserts new item to the collection at the specified position.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    public void Insert( 
       int index,
       T item
    )

    Parameters

    index
    The index to which item have to be inserted.
    item
    The item to be inserted.
    See Also